home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / WINDOWS / EZNET.ZIP / README.TXT < prev   
Encoding:
Text File  |  1997-01-02  |  6.3 KB  |  191 lines

  1. ===========================================================                
  2.                        EASYNET control 
  3.                            
  4.             Version 1.31.000 (16 bits and 32 bits)
  5.  
  6.          Copyright ⌐ Patrick Lassalle, 1994, 1996. 
  7.                     ALL RIGHTS RESERVED
  8.  
  9.                     Patrick Lassalle
  10.                     247, Avenue du Marechal Juin
  11.                     92100 Boulogne
  12.                     France
  13.  
  14.              Tel.:    01 46 03 42 20
  15.              CIS:    100325,725
  16.              INTERNET:    Lassalle_Patrick@compuserve.com
  17.  
  18.                       January 2, 1997
  19.  
  20.                       ****************
  21.                       HAPPY NEW YEAR!!
  22.                       ****************
  23. ===========================================================
  24.  
  25.  
  26. **************************************************************
  27. IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
  28.  
  29.  The demo controls here are fully functional in design mode,  
  30. but they will not work in an application compiled without 
  31. license file.
  32.  You have to register in order to get this license file.
  33. **************************************************************
  34.  
  35.  
  36. --------
  37. Contents
  38. --------
  39.  
  40. Part    Description
  41. ----    -----------
  42.  1      What is EasyNet?
  43.  2    Version Informations
  44.  3    Package description
  45.  4      Registration, Order Form, License
  46.  
  47.  
  48. --------------------------------------------
  49. Part 1 - What is EasyNet?
  50. --------------------------------------------
  51.  
  52.  EasyNet/OCX is a custom control which allows to develop QUICKLY
  53. an application that needs to manage a network diagram (workflow, 
  54. data base diagram, organigrams, communication networks, state 
  55. transition diagrams, etc...). 
  56.  
  57. * Drawing can be made interactively or programmaticaly.  
  58. * You may move, resize, stretch each item.
  59. * You may associate user data to each item 
  60. * You may navigate in the network diagram.
  61. * Distinct pictures, colors, draw styles for each item. 
  62. * Multi-selection, multi-line wordwrapped text, metafile support,
  63. zooming, + many other features. 
  64. * Many properties, events and methods allow you to "customize" your
  65. diagramming application.
  66. * RUNTIME ROYALTY FREE
  67.  
  68.  EasyNet/OCX programmatic interface is described in EZNET.HLP file. 
  69.  
  70.  
  71. ------------------------------------------
  72. Part 2 - Version Informations
  73. ------------------------------------------
  74.  
  75. In 16 bits environment, use EZNET16.OCX.
  76. In 32 bits environment, use EZNET32.OCX. 
  77.  
  78.  
  79. Other environments
  80. ******************
  81.  
  82. This product has been tested under WIN95 and VB4 environment. 
  83. The 32 bits version is working also under Visual C++ 4.x 
  84.  
  85. Version enhancements
  86. ********************
  87.  
  88. Now, using the 32 bits version you can save the diagram in
  89. WMF format (standard metafile) as in the 16 bits version.
  90. It was necessary to have this feature since EMF (enhanced metafile)
  91. format is not still often used.
  92. Under 32 bits version:
  93. - if you want to save your diagram in WMF format (standard metafile), 
  94. you have to use the SaveImage method.
  95. - if you want to save your diagram in EMF format (enhanced metafile), 
  96. you have to use the ImageFile and EditAction properties. Note that 
  97. you should not use this format if you have pictures in your diagram
  98. since rendering pictures in a EMF does not still work under EasyNet.
  99.  
  100. Under 16 bits version, you can use either SaveImage, either 
  101. the ImageFile and EditAction properties to generate WMF files.
  102.  
  103.  
  104. ------------------------------------------
  105. Part 3 - Package description
  106. ------------------------------------------
  107.  
  108.  The EasyNet/OCX package is a ZIP file that contains the 
  109. following files:
  110.  
  111. DEMO32.EXE    Demo sample (VB4 32 bits executable)
  112. DEMO.ZIP      Demo sample VB4 source files
  113. EDITOR.ZIP    Editor sample VB4 source files
  114. NAVIG.ZIP     Navig sample VB4 source files 
  115. PINS.ZIP      Pins sample VB4 source files
  116. EZNET32.OCX   EasyNet/OCX 32 bits beta version 
  117. EZNET16.OCX   EasyNet/OCX 16 bits beta version 
  118. EZNET.HLP     EasyNet/OCX help file.
  119. README.TXT    This text file.
  120.  
  121.  
  122. Remarks:
  123. --------
  124.     
  125.   * If you don't know EasyNet, you should run first DEMO32.EXE.
  126.  
  127.   * The Editor allows to draw diagrams and to save them in files.
  128.     Note that the saving procedure used in this program is just an 
  129.     example. You should adapt it to your needs or rewrite a better
  130.     procedure. 
  131.  
  132.   * The Navig sample demonstrates how to use navigation methods.
  133.  
  134.   * The Pins sample demonstrates how to use Owner and Sleeping 
  135.     properties to allow links to reach any point (pins) of a node,
  136.     not only to be directed towards its center.
  137.  
  138. ------------------------------------------
  139. Part 3 - Converting from VBX
  140. ------------------------------------------
  141.  
  142. EasyNet/OCX is compatible with the vbx version.
  143. See help file in order to see how to convert your old VB3 application
  144. that uses EasyNet.vbx into a new VB4 application that uses EasyNet/OCX.
  145.  
  146. You may find the EasyNet/OCX package on Compuserve:
  147.     forum: GO VBPJ 
  148.     section: VB4 Third party 
  149.     File name: EZNET.ZIP
  150.  
  151. You may find the EasyNet/VBX package on Compuserve:
  152.     forum: GO VBPJ 
  153.     section: VB3 Third party 
  154.     File name: EASYNET.ZIP
  155.  
  156. You may also find those products on InterNet at the following address:
  157.  
  158.     http://ourworld.compuserve.com/homepages/Lassalle_Patrick/
  159.  
  160. Note that this web page has only one purpose: allowing you to get
  161. those products via Internet. 
  162.  
  163.  
  164. ------------------------------------------
  165. Part 4 - Registration, Order Form, License
  166. ------------------------------------------ 
  167.  
  168.  The demo controls here are fully functional in design mode, but they
  169. will not work in an application compiled without license file.
  170.  If you generate an EXE file with EasyNet/OCX but without a license 
  171. file, then any attempt to use this EXE file will display a dialog box
  172. explaining that it has been generated without license file and that
  173. the EasyNet control will not work.
  174.  If you register, you will receive (usually within 2 business days 
  175. from the registration date) a license file allowing you to 
  176. compile applications that work properly with EasyNet. 
  177.  
  178. You may register directly via Compuserve in the 
  179. Shareware Registration Forum (GO SWREG).
  180.         SWREG number:    8739 
  181.         Price:        $199
  182.  
  183. Important: EasyNet is RUNTIME ROYALTY FREE.
  184.  
  185. See help file for all registration information, order form and 
  186. license agreement.
  187.  
  188.  
  189.  
  190.  
  191.